summaryrefslogtreecommitdiffstats
path: root/login-utils/su.c
diff options
context:
space:
mode:
authorJim Meyering2005-08-23 17:09:13 +0200
committerJim Meyering2005-08-23 17:09:13 +0200
commit63f1886772fbd36d765a185b43ef56dea8fffd8f (patch)
tree5138fde44fdbd1328d53a9e7b3dbf37e6bb459fc /login-utils/su.c
parentUpdate FSF postal mail address. (diff)
downloadkernel-qcow2-util-linux-63f1886772fbd36d765a185b43ef56dea8fffd8f.tar.gz
kernel-qcow2-util-linux-63f1886772fbd36d765a185b43ef56dea8fffd8f.tar.xz
kernel-qcow2-util-linux-63f1886772fbd36d765a185b43ef56dea8fffd8f.zip
Remove unnecessary parens in `#if defined (SYMBOL)' expressions.
Diffstat (limited to 'login-utils/su.c')
-rw-r--r--login-utils/su.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/login-utils/su.c b/login-utils/su.c
index 5a4964b7b..1abae322f 100644
--- a/login-utils/su.c
+++ b/login-utils/su.c
@@ -1,5 +1,5 @@
/* su for GNU. Run a shell with substitute user and group IDs.
- Copyright (C) 1992-2004 Free Software Foundation, Inc.
+ Copyright (C) 1992-2005 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
@@ -191,7 +191,7 @@ xsetenv (char const *name, char const *val)
xalloc_die ();
}
-#if defined (SYSLOG_SUCCESS) || defined (SYSLOG_FAILURE)
+#if defined SYSLOG_SUCCESS || defined SYSLOG_FAILURE
/* Log the fact that someone has run su to the user given by PW;
if SUCCESSFUL is true, they gave the correct password, etc. */