Delete a bogus extern declaration and move around a couple others
authorguenther <guenther@openbsd.org>
Wed, 8 Jan 2014 04:48:29 +0000 (04:48 +0000)
committerguenther <guenther@openbsd.org>
Wed, 8 Jan 2014 04:48:29 +0000 (04:48 +0000)
bin/pax/extern.h

index 6c6d326..d50a8cc 100644 (file)
@@ -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 *);