diff options
Diffstat (limited to 'lib/libc/gen/basename.c')
-rw-r--r-- | lib/libc/gen/basename.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/gen/basename.c b/lib/libc/gen/basename.c index f71627f..ab268cd 100644 --- a/lib/libc/gen/basename.c +++ b/lib/libc/gen/basename.c @@ -25,11 +25,13 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef lint #if 0 +#ifndef lint static char rcsid[] = "$OpenBSD: basename.c,v 1.4 1999/05/30 17:10:30 espie Exp $"; -#endif #endif /* not lint */ +#endif + +#include <sys/cdefs.h> __FBSDID("$FreeBSD$"); #include <errno.h> |