summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 13:35:29 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 13:35:29 -0800
commit1c4827041087c539af3261b6947b2fd4db26f9d7 (patch)
tree0bb1122b83a00d8d70c032910546aa02e546f1d0
parent7d3ce8808355a1850620dd290a0e5a7cf7a583fe (diff)
unifdef SYSV
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/CvtStdSel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CvtStdSel.c b/src/CvtStdSel.c
index 9c017c4..7af31c8 100644
--- a/src/CvtStdSel.c
+++ b/src/CvtStdSel.c
@@ -127,7 +127,7 @@ get_os_name(void)
}
#endif
-#if !defined(SYSV) && (defined(CSRG_BASED) || defined(unix))
+#ifdef CSRG_BASED
return XtNewString("BSD");
#else
return NULL;