diff options
author | Mark Murray <markm@FreeBSD.org> | 2001-12-11 23:38:24 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2001-12-11 23:38:24 +0000 |
commit | 1a9e1c9da1b08d896e3031caaabc797bc0a7dbcf (patch) | |
tree | 0ef826007079cddb022d90ef5844f40f17e42271 /usr.bin/touch/touch.c | |
parent | 787324755cb629f70d34b196aa97d7d4a995c822 (diff) |
Notes
Diffstat (limited to 'usr.bin/touch/touch.c')
-rw-r--r-- | usr.bin/touch/touch.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c index d441e3205960..3e6be8995358 100644 --- a/usr.bin/touch/touch.c +++ b/usr.bin/touch/touch.c @@ -31,19 +31,19 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> + +__FBSDID("$FreeBSD$"); + #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1993\n\ The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ +#endif #ifndef lint -#if 0 static const char sccsid[] = "@(#)touch.c 8.1 (Berkeley) 6/6/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ #include <sys/types.h> #include <sys/stat.h> |