diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-05-01 20:51:07 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-05-01 20:51:07 +0000 |
commit | f409f7602a0202ead55cdeaa444547c0e274623c (patch) | |
tree | 1e40379ed21ee35e7c82063892c623567c3bbad6 /usr.sbin | |
parent | d88f604b23080c18948ba25c99ddcf015e624943 (diff) |
remove an uneeded extern which upsets gcc4, matches changes made
in the upstream arla code.
ok miod@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/afs/src/rx/rx_user.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/afs/src/rx/rx_user.h b/usr.sbin/afs/src/rx/rx_user.h index 40a3cd478c7..3803b3ea9aa 100644 --- a/usr.sbin/afs/src/rx/rx_user.h +++ b/usr.sbin/afs/src/rx/rx_user.h @@ -46,8 +46,6 @@ extern FILE *rx_debugFile; #define ISAFS_GLOCK() #endif -extern PROCESS rx_listenerPid; /* LWP process id of socket listener - * process */ void rxi_StartListener(void); void rxi_StartServerProcs(int); void rxi_ReScheduleEvents(void); |