1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-09-24 22:24:02 -04:00

Fix up headers and bogus re-definitions to use <stdlib.h> and <string.h>

Hey, it's already compiling cleaner. Getting proper function declarations
will be a bitch, though.
This commit is contained in:
Linus Torvalds
2005-09-30 15:33:51 -07:00
parent b9deaf1bd8
commit 118ee5f944
8 changed files with 3 additions and 78 deletions

View File

@@ -450,7 +450,6 @@ register char *bname;
register BUFFER *bp;
register BUFFER *sb; /* buffer to insert after */
register LINE *lp;
char *malloc();
bp = bheadp;
while (bp != NULL) {