summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2014-01-08 04:48:29 +0000
committerguenther <guenther@openbsd.org>2014-01-08 04:48:29 +0000
commit492a9bfef683b44e5f175f9952d3884dd0300a76 (patch)
treebfeab3915465db683d41ebd5d387a95aa98582fd
parentUse size_t where appropriate (diff)
downloadwireguard-openbsd-492a9bfef683b44e5f175f9952d3884dd0300a76.tar.xz
wireguard-openbsd-492a9bfef683b44e5f175f9952d3884dd0300a76.zip
Delete a bogus extern declaration and move around a couple others
-rw-r--r--bin/pax/extern.h5
1 files changed, 2 insertions, 3 deletions
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 *);