blob: 83511ed031e5fea12f8cc410cfe85c5eefe88164 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ag,v 1.2 2000/01/14 14:01:59 rh Exp $
--- lib/misc/getdelim.c.orig Fri Mar 12 18:21:55 1999
+++ lib/misc/getdelim.c Fri Jan 14 13:57:39 2000
@@ -21,7 +21,6 @@
#include <assert.h>
#include <stddef.h>
#include <stdio.h>
-#include "common.h"
/* Reads a DELIMITER-separated field of any length from file STREAM.
*LINEPTR is a malloc'd string of size N; if *LINEPTR is NULL, it is
|