gcc 3.0 warnings

This commit is contained in:
albert
2002-10-12 04:25:57 +00:00
parent f86b39f44e
commit 81a4a3d281
18 changed files with 60 additions and 61 deletions

View File

@ -28,7 +28,7 @@
#include "proc/version.h" /* procps_version */
static int i_am_pkill = 0;
char *progname = "pgrep";
static const char *progname = "pgrep";
union el {
long num;
@ -44,7 +44,7 @@ static int opt_negate = 0;
static int opt_exact = 0;
static int opt_signal = SIGTERM;
static char *opt_delim = "\n";
static const char *opt_delim = "\n";
static union el *opt_pgrp = NULL;
static union el *opt_gid = NULL;
static union el *opt_ppid = NULL;