summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-11 09:55:27 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-11 09:55:27 -0800
commit9660da78eac0da9ff951ddf0367ad0d09eca885f (patch)
treeb3f09d1105046c1acc654df12523e563c76caebb
parent0c49eecefffc16d5ea30709e7901bcdd41136a7c (diff)
unifdef sony
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--greeter/verify.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/greeter/verify.c b/greeter/verify.c
index edc7efb..100a3e2 100644
--- a/greeter/verify.c
+++ b/greeter/verify.c
@@ -59,17 +59,6 @@ extern char *crypt(const char *, const char *);
static const char *envvars[] = {
"TZ", /* SYSV and SVR4, but never hurts */
-#if defined(sony) && !defined(SYSTYPE_SYSV) && !defined(_SYSTYPE_SYSV)
- "bootdev",
- "boothowto",
- "cputype",
- "ioptype",
- "machine",
- "model",
- "CONSDEVTYPE",
- "SYS_LANGUAGE",
- "SYS_CODE",
-#endif
#if (defined(SVR4) || defined(SYSV)) && defined(i386) && !defined(sun)
"XLOCAL",
#endif