diff options
Diffstat (limited to 'bin/sh/trap.c')
-rw-r--r-- | bin/sh/trap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/sh/trap.c b/bin/sh/trap.c index 7a6ed2f4368a..02fce4215f0b 100644 --- a/bin/sh/trap.c +++ b/bin/sh/trap.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)trap.c 8.5 (Berkeley) 6/5/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <signal.h> #include <unistd.h> #include <stdlib.h> |