diff options
Diffstat (limited to 'usr.bin/compress/nullopen.c')
-rw-r--r-- | usr.bin/compress/nullopen.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/compress/nullopen.c b/usr.bin/compress/nullopen.c index f30e7d5a579..95467a4599c 100644 --- a/usr.bin/compress/nullopen.c +++ b/usr.bin/compress/nullopen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nullopen.c,v 1.3 2005/06/26 18:20:26 otto Exp $ */ +/* $OpenBSD: nullopen.c,v 1.4 2011/09/22 10:41:04 deraadt Exp $ */ /* * Copyright (c) 2003 Can Erkin Acar @@ -28,9 +28,6 @@ * */ -const char null_rcsid[] = - "$OpenBSD: nullopen.c,v 1.3 2005/06/26 18:20:26 otto Exp $"; - #include <sys/types.h> #include <stdio.h> #include <stdlib.h> |