diff options
Diffstat (limited to 'lib/libc/gen/verrx.c')
-rw-r--r-- | lib/libc/gen/verrx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/gen/verrx.c b/lib/libc/gen/verrx.c index 9e3cf54e4a7..60da062f5af 100644 --- a/lib/libc/gen/verrx.c +++ b/lib/libc/gen/verrx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: verrx.c,v 1.8 2005/08/08 08:05:34 espie Exp $ */ +/* $OpenBSD: verrx.c,v 1.9 2012/12/05 23:20:00 deraadt Exp $ */ /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <err.h> #include <stdio.h> #include <stdlib.h> |