diff options
| author | Mark Murray <markm@FreeBSD.org> | 2001-12-02 20:40:22 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2001-12-02 20:40:22 +0000 |
| commit | 4100f6cb7de06872df2ee44b061d2d4cee64c28f (patch) | |
| tree | 5c7b1dfe299519221c9b5426a143ced46b7036c1 | |
| parent | 51e2220c27482e9bf2f0415dc6cc08c4939c17f8 (diff) | |
Notes
| -rw-r--r-- | usr.bin/apply/apply.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/apply/apply.c b/usr.bin/apply/apply.c index 1fc479634dad..6926388d420b 100644 --- a/usr.bin/apply/apply.c +++ b/usr.bin/apply/apply.c @@ -34,16 +34,15 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> + +__FBSDID("$FreeBSD$"); + #ifndef lint -#if 0 static const char sccsid[] = "@(#)apply.c 8.4 (Berkeley) 4/4/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ #include <sys/types.h> - #include <sys/wait.h> #include <ctype.h> |
