summaryrefslogtreecommitdiff
path: root/lib/readutmp.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-01-25 07:44:28 +0000
committerJim Meyering <jim@meyering.net>2006-01-25 07:44:28 +0000
commit292e0cdfa6421ccb85d9afc2f87f5a9fb2abe41f (patch)
tree5edb8f60cd67c629a5f8473542e93abe8e6837c4 /lib/readutmp.h
parent900cc884d6f69c13f8d68df9eb2f8e3e414714a4 (diff)
downloadcoreutils-292e0cdfa6421ccb85d9afc2f87f5a9fb2abe41f.tar.xz
Remove useless parentheses in cpp directive.
Diffstat (limited to 'lib/readutmp.h')
-rw-r--r--lib/readutmp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/readutmp.h b/lib/readutmp.h
index f5797ebe9..9b88bd11f 100644
--- a/lib/readutmp.h
+++ b/lib/readutmp.h
@@ -1,7 +1,7 @@
/* Declarations for GNU's read utmp module.
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
- 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -141,11 +141,11 @@ typedef struct UTMP_STRUCT_NAME STRUCT_UTMP;
enum { UT_USER_SIZE = sizeof UT_USER ((STRUCT_UTMP *) 0) };
-# if !defined (UTMP_FILE) && defined (_PATH_UTMP)
+# if !defined UTMP_FILE && defined _PATH_UTMP
# define UTMP_FILE _PATH_UTMP
# endif
-# if !defined (WTMP_FILE) && defined (_PATH_WTMP)
+# if !defined WTMP_FILE && defined _PATH_WTMP
# define WTMP_FILE _PATH_WTMP
# endif