17 lines
377 B
C
17 lines
377 B
C
$NetBSD: patch-open.h,v 1.1 2013/05/23 14:57:32 joerg Exp $
|
|
|
|
--- open.h.orig 1999-11-09 07:23:46.000000000 +0000
|
|
+++ open.h
|
|
@@ -1,10 +1,7 @@
|
|
#ifndef OPEN_H
|
|
#define OPEN_H
|
|
|
|
-extern int open_read();
|
|
-extern int open_excl();
|
|
-extern int open_append();
|
|
-extern int open_trunc();
|
|
-extern int open_write();
|
|
+extern int open_read(char *);
|
|
+extern int open_trunc(char *);
|
|
|
|
#endif
|