diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-22 23:33:07 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-22 23:33:07 +0000 |
commit | 2c27e84c880e39ed2bd50f49bd9f5082b8d630bb (patch) | |
tree | aa3ea1d0c2639873142887f0098b50ecd0681a49 /sys/compat | |
parent | e3f0e22a52e1766bbbcca69a637bc58e0a5f994d (diff) |
correct a comment
Diffstat (limited to 'sys/compat')
-rw-r--r-- | sys/compat/linux/linux_misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c index 7dff8792d2b..90810df76b7 100644 --- a/sys/compat/linux/linux_misc.c +++ b/sys/compat/linux/linux_misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_misc.c,v 1.14 1998/02/23 08:57:54 niklas Exp $ */ +/* $OpenBSD: linux_misc.c,v 1.15 1998/03/22 23:33:06 millert Exp $ */ /* $NetBSD: linux_misc.c,v 1.27 1996/05/20 01:59:21 fvdl Exp $ */ /* @@ -523,7 +523,7 @@ linux_sys_mremap(p, v, retval) } /* - * This code is partly stolen from src/lib/libc/compat-43/times.c + * This code is partly stolen from src/lib/libc/gen/times.c * XXX - CLK_TCK isn't declared in /sys, just in <time.h>, done here */ |