commit | f5eeabb156641482abd504fb98b039e1aae4ae87 | [log] [tgz] |
---|---|---|
author | Wichert Akkerman <wichert@deephackmode.org> | Thu Nov 18 17:09:47 1999 +0000 |
committer | Wichert Akkerman <wichert@deephackmode.org> | Thu Nov 18 17:09:47 1999 +0000 |
tree | d8c38c62ba99af58b8e58ae0daf71d821a1ed4d6 | |
parent | 60456d785d7ef5a668d8b954c4c0f58e2bc00f7f [diff] [blame] |
Start merging linux-ip-routing fork
diff --git a/file.c b/file.c index 160c2cc..1070f8e 100644 --- a/file.c +++ b/file.c
@@ -1214,6 +1214,20 @@ return 0; } +#ifdef ALPHA +int +sys_osf_utimes(tcp) +struct tcb *tcp; +{ + if (entering(tcp)) { + printpath(tcp, tcp->u_arg[0]); + tprintf(", "); + printtv32(tcp, tcp->u_arg[1]); + } + return 0; +} +#endif + int sys_utimes(tcp) struct tcb *tcp;