From: guenther Date: Wed, 8 Jan 2014 04:48:29 +0000 (+0000) Subject: Delete a bogus extern declaration and move around a couple others X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=492a9bfef683b44e5f175f9952d3884dd0300a76;p=openbsd Delete a bogus extern declaration and move around a couple others --- diff --git a/bin/pax/extern.h b/bin/pax/extern.h index 6c6d3267f27..d50a8cc823f 100644 --- a/bin/pax/extern.h +++ b/bin/pax/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.37 2014/01/08 04:41:40 guenther Exp $ */ +/* $OpenBSD: extern.h,v 1.38 2014/01/08 04:48:29 guenther Exp $ */ /* $NetBSD: extern.h,v 1.5 1996/03/26 23:54:16 mrg Exp $ */ /*- @@ -133,7 +133,6 @@ int bcpio_wr(ARCHD *); /* * file_subs.c */ -extern char *gnu_name_string, *gnu_link_string; int file_creat(ARCHD *); void file_close(ARCHD *, int); int lnk_creat(ARCHD *); @@ -281,7 +280,7 @@ u_int st_hash(char *, int, int); /* * tar.c */ -extern char *gnu_hack_string; +extern char *gnu_name_string, *gnu_link_string; int tar_endwr(void); off_t tar_endrd(void); int tar_trail(ARCHD *, char *, int, int *);