mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
23 lines
613 B
Plaintext
23 lines
613 B
Plaintext
$NetBSD: patch-ac,v 1.8 2011/06/14 13:13:14 wiz Exp $
|
|
|
|
--- global.h.orig 2005-04-01 05:39:01.000000000 +0000
|
|
+++ global.h
|
|
@@ -114,8 +114,6 @@ extern uid_t user_id;
|
|
|
|
extern int process_id;
|
|
|
|
-extern int errno;
|
|
-
|
|
/*
|
|
* Storage management
|
|
*/
|
|
@@ -258,7 +256,7 @@ int nn_truncate(char *, off_
|
|
char *strsave(char *);
|
|
char *str3save(char *, char *, char *);
|
|
char *fgetstr(FILE *);
|
|
-int getline(char *, int);
|
|
+int nngetline(char *, int);
|
|
extern char *tmp_directory;
|
|
extern char *nntp_cache_dir;
|
|
#endif /* _NN_GLOBAL_H */
|