diff options
-rw-r--r-- | bin/ps/ps.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 1650240..183c0fe 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -82,10 +82,10 @@ __FBSDID("$FreeBSD$"); #define T_SEP "," /* "Terminate-element" list separators */ #ifdef LAZY_PS -#define DEF_UREAD 0; +#define DEF_UREAD 0 #define OPT_LAZY_f "f" #else -#define DEF_UREAD 1; /* Always do the more-expensive read. */ +#define DEF_UREAD 1 /* Always do the more-expensive read. */ #define OPT_LAZY_f /* I.e., the `-f' option is not added. */ #endif |