From ef8ec113365aaac46332aafca6b08db0a1a6b896 Mon Sep 17 00:00:00 2001 From: gad Date: Mon, 29 Mar 2004 03:03:28 +0000 Subject: [PATCH] Oops. Remove some ';'s in #defines added by a previous update. Noticed by: bde --- bin/ps/ps.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 16502402f20a..183c0febdda1 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