summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-11 11:22:21 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-11 11:49:07 -0800
commit2693b540f90e1a79c277bac7ec9fa5e40d05a281 (patch)
treec92a9a5924bc1cc83e9690509f75cf07d7a26c08
parentc8af3994d76bc5cc3ee8443c1ee366353daea840 (diff)
unifdef __osf__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--include/greet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/greet.h b/include/greet.h
index 4bee187..06eecdb 100644
--- a/include/greet.h
+++ b/include/greet.h
@@ -45,7 +45,7 @@ from The Open Group.
# define GETPWNAM_ARGS /*unknown*/
#endif
-#if defined(__FreeBSD__) || defined(__bsdi__) || defined(__osf__)
+#if defined(__FreeBSD__) || defined(__bsdi__)
# define SETGRENT_TYPE int
#else
# define SETGRENT_TYPE void