diff options
author | gildea <empty> | 1993-07-15 18:01:15 +0000 |
---|---|---|
committer | gildea <empty> | 1993-07-15 18:01:15 +0000 |
commit | 56677bc56bed3efa32967ef8bddc709e9222bc56 (patch) | |
tree | ca115cd62bbf66ed107938016286a187e3e0d194 /xc/lib/Xbsd/Berklib.c | |
parent | 7d6505983095432a7cbccdb23377f4f792d6e467 (diff) |
fix typo in prev
Diffstat (limited to 'xc/lib/Xbsd/Berklib.c')
-rw-r--r-- | xc/lib/Xbsd/Berklib.c | 6 |
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 */ - |