From 09c6cf4c96e878b4d436ef40d98eb16c416f73b7 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 30 Aug 2004 01:10:57 +0000 Subject: cleanup --- watch.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/watch.c b/watch.c index 3c79a87..a38a48a 100644 --- a/watch.c +++ b/watch.c @@ -26,12 +26,6 @@ static const char rcsid[] = "$Id$"; static const char version[] = "0.6.1"; -#if defined(__linux__) -#define __dead __volatile -#endif - -#define BUFSIZE _POSIX_MAX_INPUT - #include #include @@ -46,6 +40,12 @@ static const char version[] = "0.6.1"; #include #include +#if defined(__linux__) +#define __dead __volatile +#endif + +#define BUFSIZE _POSIX_MAX_INPUT + static int readargs(char **); static int readcmd(void); static void display(); -- cgit v1.2.3