summaryrefslogtreecommitdiff
path: root/xc/lib/Xbsd/Berklib.c
diff options
context:
space:
mode:
authorgildea <empty>1993-07-15 18:01:15 +0000
committergildea <empty>1993-07-15 18:01:15 +0000
commit56677bc56bed3efa32967ef8bddc709e9222bc56 (patch)
treeca115cd62bbf66ed107938016286a187e3e0d194 /xc/lib/Xbsd/Berklib.c
parent7d6505983095432a7cbccdb23377f4f792d6e467 (diff)
fix typo in prev
Diffstat (limited to 'xc/lib/Xbsd/Berklib.c')
-rw-r--r--xc/lib/Xbsd/Berklib.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/xc/lib/Xbsd/Berklib.c b/xc/lib/Xbsd/Berklib.c
index df7b8b62c..25f26999a 100644
--- a/xc/lib/Xbsd/Berklib.c
+++ b/xc/lib/Xbsd/Berklib.c
@@ -1,4 +1,4 @@
-/* $XConsortium: Berklib.c,v 1.16 93/03/24 18:11:54 gildea Exp $ */
+/* $XConsortium: Berklib.c,v 1.17 93/03/29 18:18:48 rws Exp $ */
/*
* These are routines found in BSD but not on all other systems. The core
@@ -269,9 +269,7 @@ int gettimeofday (tvp, tzp)
fprintf( stderr,
"Warning: gettimeofday() emulation does not return timezone\n"
);
-#endif /* _SEQUENT_ */
}
-#endif
+#endif /* _SEQUENT_ */
}
#endif /* WANT_GTOD */
-