projects
/
super-star-trek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8f5216
)
Minor cleanup.
author
Eric S. Raymond
<esr@thyrsus.com>
Fri, 4 Feb 2005 14:04:16 +0000
(14:04 +0000)
committer
Eric S. Raymond
<esr@thyrsus.com>
Fri, 4 Feb 2005 14:04:16 +0000
(14:04 +0000)
io.c
patch
|
blob
|
history
diff --git
a/io.c
b/io.c
index bff7d46913fe55bedb7b824fb872f16febb60289..3016890ee3060a6a2f91521f83b42978411e7acc 100644
(file)
--- a/
io.c
+++ b/
io.c
@@
-1,4
+1,3
@@
-#define _GNU_SOURCE
#include <stdio.h>
#include <unistd.h>
#include <termios.h>
@@
-253,8
+252,8
@@
static void vprouts(char *fmt, va_list ap) {
}
free(s);
}
-
#endif /* SERGEEV */
+
void prouts(char *fmt, ...) {
#ifndef SERGEEV
clock_t endTime;