summaryrefslogtreecommitdiff
path: root/lib/libss
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-01-09 23:51:04 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-01-09 23:51:04 +0000
commitd69fcdf283ac12c88e26744b85e9fc1255844bab (patch)
tree3eb0838b24003b834dcd94ed5a058aacee0898be /lib/libss
parent8ddc51bc8b74b4809150b3129d16f8c63517fd84 (diff)
Notes
Diffstat (limited to 'lib/libss')
-rw-r--r--lib/libss/ss_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libss/ss_internal.h b/lib/libss/ss_internal.h
index e6134888d0c1..240e6ab23b92 100644
--- a/lib/libss/ss_internal.h
+++ b/lib/libss/ss_internal.h
@@ -105,7 +105,7 @@ void ss_page_stdin();
extern ss_data **_ss_table;
extern char *ss_et_msgs[];
-#ifndef __FreeBSD__
+#if !defined(__FreeBSD__) && !defined(__NetBSD__)
extern pointer malloc PROTOTYPE((unsigned));
extern pointer realloc PROTOTYPE((pointer, unsigned));
extern pointer calloc PROTOTYPE((unsigned, unsigned));