summaryrefslogtreecommitdiff
path: root/usr.bin/xargs/strnsubst.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/xargs/strnsubst.c')
-rw-r--r--usr.bin/xargs/strnsubst.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/usr.bin/xargs/strnsubst.c b/usr.bin/xargs/strnsubst.c
index 0953f49..488cc6f 100644
--- a/usr.bin/xargs/strnsubst.c
+++ b/usr.bin/xargs/strnsubst.c
@@ -8,14 +8,6 @@
* For the man who taught me vi, and who got too old, too young.
*/
-#include <sys/cdefs.h>
-#ifndef lint
-#if 0
-__FBSDID("$FreeBSD: src/usr.bin/xargs/strnsubst.c,v 1.8 2005/12/30 23:22:50 jmallett Exp $");
-#endif
-__RCSID("$NetBSD: strnsubst.c,v 1.1 2007/04/18 15:56:07 christos Exp $");
-#endif /* not lint */
-
#include <err.h>
#include <stdlib.h>
#include <string.h>