src/common.c: Removed the (extern) variable `operating_mode'.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 12 Feb 2007 10:18:08 +0000 (11:18 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 12 Feb 2007 10:18:08 +0000 (11:18 +0100)
src/common.c

index 62c1de7..365b74f 100644 (file)
@@ -32,8 +32,6 @@
 # include <arpa/inet.h>
 #endif
 
-extern int operating_mode;
-
 #ifdef HAVE_LIBKSTAT
 extern kstat_ctl_t *kc;
 #endif