projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1627152
)
Include <stdlib.h>.
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 9 Sep 2003 21:51:00 +0000
(21:51 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 9 Sep 2003 21:51:00 +0000
(21:51 +0000)
(free): Remove decl.
lib/linebuffer.c
patch
|
blob
|
history
diff --git
a/lib/linebuffer.c
b/lib/linebuffer.c
index 770ad62aa57a2b7963c8706180bd8d3b017502e8..e169a989d569a01344f749d94f8e7da7e159b5d6 100644
(file)
--- a/
lib/linebuffer.c
+++ b/
lib/linebuffer.c
@@
-24,13
+24,12
@@
#endif
#include <stdio.h>
+#include <stdlib.h>
#include <sys/types.h>
#include "linebuffer.h"
#include "unlocked-io.h"
#include "xalloc.h"
-void free ();
-
/* Initialize linebuffer LINEBUFFER for use. */
void