--- projects/libstatgrab/examples/process_stats.c 2004/01/06 15:35:04 1.5 +++ projects/libstatgrab/examples/process_stats.c 2004/04/04 22:48:49 1.8 @@ -1,7 +1,7 @@ /* * i-scream central monitoring system * http://www.i-scream.org - * Copyright (C) 2000-2003 i-scream + * Copyright (C) 2000-2004 i-scream * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -16,6 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * $Id: process_stats.c,v 1.8 2004/04/04 22:48:49 tdb Exp $ */ #include @@ -26,7 +28,6 @@ int main(int argc, char **argv){ extern char *optarg; - extern int optind; int c; int delay = 1;