summaryrefslogtreecommitdiff
path: root/gnu/lib/libg++/g++-include
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-08-14 22:07:30 +0000
committermycroft <mycroft@NetBSD.org>1993-08-14 22:07:30 +0000
commit2b542f0acff063e20325a676a811027cacb1345d (patch)
tree0a1619a34b6c8de281b19acc8bd1951850c1094f /gnu/lib/libg++/g++-include
parent92360d688086791020087799284d9dd0fb890529 (diff)
__386BSD__ --> __NetBSD__
Diffstat (limited to 'gnu/lib/libg++/g++-include')
-rw-r--r--gnu/lib/libg++/g++-include/grp.h4
-rw-r--r--gnu/lib/libg++/g++-include/memory.h4
-rw-r--r--gnu/lib/libg++/g++-include/signal.h4
-rw-r--r--gnu/lib/libg++/g++-include/stdio.h4
-rw-r--r--gnu/lib/libg++/g++-include/time.h4
-rw-r--r--gnu/lib/libg++/g++-include/unistd.h18
6 files changed, 19 insertions, 19 deletions
diff --git a/gnu/lib/libg++/g++-include/grp.h b/gnu/lib/libg++/g++-include/grp.h
index 050f43f3120..d5ccbb7aa3d 100644
--- a/gnu/lib/libg++/g++-include/grp.h
+++ b/gnu/lib/libg++/g++-include/grp.h
@@ -1,4 +1,4 @@
-// $Id: grp.h,v 1.2 1993/08/02 17:22:08 mycroft Exp $
+// $Id: grp.h,v 1.3 1993/08/14 22:07:30 mycroft Exp $
#ifndef grp_h
@@ -30,7 +30,7 @@ extern struct group* getgrent();
extern struct group* fgetgrent(FILE*);
extern struct group* getgrgid(int);
extern struct group* getgrnam(const char*);
-#if defined(__OSF1__) || defined (__386BSD__)
+#if defined(__OSF1__) || defined (__NetBSD__)
extern int setgrent();
#else
extern void setgrent();
diff --git a/gnu/lib/libg++/g++-include/memory.h b/gnu/lib/libg++/g++-include/memory.h
index a3e6392a4ca..b54cecb9f47 100644
--- a/gnu/lib/libg++/g++-include/memory.h
+++ b/gnu/lib/libg++/g++-include/memory.h
@@ -1,4 +1,4 @@
-// $Id: memory.h,v 1.2 1993/08/02 17:22:10 mycroft Exp $
+// $Id: memory.h,v 1.3 1993/08/14 22:07:31 mycroft Exp $
#ifndef _memory_h
#define _memory_h 1
@@ -16,7 +16,7 @@ void* memcpy _G_ARGS((void*, const void*, _G_size_t));
void* memmove _G_ARGS((void*, const void*, _G_size_t));
void* memset _G_ARGS((void*, int, _G_size_t));
int ffs _G_ARGS((int));
-#if defined(__OSF1__) || defined(__386BSD__)
+#if defined(__OSF1__) || defined(__NetBSD__)
int getpagesize _G_ARGS((void));
#else
_G_size_t getpagesize _G_ARGS((void));
diff --git a/gnu/lib/libg++/g++-include/signal.h b/gnu/lib/libg++/g++-include/signal.h
index fc89fcbf2e8..6ba7b5a0171 100644
--- a/gnu/lib/libg++/g++-include/signal.h
+++ b/gnu/lib/libg++/g++-include/signal.h
@@ -15,7 +15,7 @@ You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free Software
Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
- $Id: signal.h,v 1.2 1993/08/02 17:22:14 mycroft Exp $
+ $Id: signal.h,v 1.3 1993/08/14 22:07:32 mycroft Exp $
*/
#ifndef _signal_h
@@ -47,7 +47,7 @@ extern SignalHandler signal _G_ARGS((int sig, SignalHandler action));
extern SSignalHandler ssignal _G_ARGS((int sig, SSignalHandler action));
extern int gsignal _G_ARGS((int sig));
extern int kill _G_ARGS((_G_pid_t pid, int sig));
-#ifndef __386BSD__
+#ifndef __NetBSD__
extern int killpg _G_ARGS((short int, int));
#else
extern int killpg _G_ARGS((_G_pid_t, int));
diff --git a/gnu/lib/libg++/g++-include/stdio.h b/gnu/lib/libg++/g++-include/stdio.h
index 57e3cb75d31..05bb2e2e29e 100644
--- a/gnu/lib/libg++/g++-include/stdio.h
+++ b/gnu/lib/libg++/g++-include/stdio.h
@@ -15,7 +15,7 @@ You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free Software
Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
- $Id: stdio.h,v 1.2 1993/08/02 17:22:17 mycroft Exp $
+ $Id: stdio.h,v 1.3 1993/08/14 22:07:32 mycroft Exp $
*/
#ifndef _stdio_h
@@ -117,7 +117,7 @@ int fclose(FILE*);
FILE* fdopen(int, const char*);
int fflush(FILE*);
int fgetc(FILE*);
-#ifndef __386BSD__
+#ifndef __NetBSD__
char* fgets _G_ARGS((char*, int, FILE *));
#else
char* fgets _G_ARGS((char*, _G_size_t, FILE *));
diff --git a/gnu/lib/libg++/g++-include/time.h b/gnu/lib/libg++/g++-include/time.h
index e8b863fe82e..80158599191 100644
--- a/gnu/lib/libg++/g++-include/time.h
+++ b/gnu/lib/libg++/g++-include/time.h
@@ -1,4 +1,4 @@
-// $Id: time.h,v 1.2 1993/08/02 17:22:20 mycroft Exp $
+// $Id: time.h,v 1.3 1993/08/14 22:07:33 mycroft Exp $
#ifndef _G_time_h
#define _G_time_h
@@ -97,7 +97,7 @@ long clock(void);
#endif
_G_time_t time(_G_time_t*);
unsigned ualarm(unsigned, unsigned);
-#ifndef __386BSD__
+#ifndef __NetBSD__
unsigned usleep(unsigned);
void profil _G_ARGS((unsigned short*, _G_size_t, unsigned int, unsigned));
#else
diff --git a/gnu/lib/libg++/g++-include/unistd.h b/gnu/lib/libg++/g++-include/unistd.h
index 12e429f1f7d..e3cd0685fb8 100644
--- a/gnu/lib/libg++/g++-include/unistd.h
+++ b/gnu/lib/libg++/g++-include/unistd.h
@@ -1,4 +1,4 @@
-// $Id: unistd.h,v 1.2 1993/08/02 17:22:21 mycroft Exp $
+// $Id: unistd.h,v 1.3 1993/08/14 22:07:34 mycroft Exp $
#ifndef _G_unistd_h
#define _G_unistd_h 1
@@ -67,7 +67,7 @@ void _exit(int);
#endif
extern unsigned alarm _G_ARGS((unsigned));
-#ifndef __386BSD__
+#ifndef __NetBSD__
extern int brk _G_ARGS((void*));
#else
extern char* brk _G_ARGS((const char*));
@@ -79,7 +79,7 @@ extern int close _G_ARGS((int));
extern char* crypt _G_ARGS((const char*, const char*));
extern int dup _G_ARGS((int));
extern int dup2 _G_ARGS((int, int));
-#ifndef __386BSD__
+#ifndef __NetBSD__
extern void encrypt _G_ARGS((char*, int));
#else
extern int encrypt _G_ARGS((char*, int));
@@ -87,7 +87,7 @@ extern int encrypt _G_ARGS((char*, int));
extern int execl (const char*, const char *, ...);
extern int execle (const char*, const char *, ...);
extern int execlp (const char*, const char*, ...);
-#ifndef __386BSD__
+#ifndef __NetBSD__
extern int exect _G_ARGS((const char*, const char**, char**));
extern int execv _G_ARGS((const char*, const char * const *));
extern int execve _G_ARGS((const char*, const char * const *, const char * const *));
@@ -106,7 +106,7 @@ extern int ftruncate _G_ARGS((int, _G_off_t));
extern char* getcwd _G_ARGS((char*, _G_size_t));
extern int getdomainname _G_ARGS((char*, int));
extern int getdtablesize _G_ARGS((void));
-#ifndef __386BSD__
+#ifndef __NetBSD__
extern int getgroups _G_ARGS((int, _G_gid_t*));
#else
extern int getgroups _G_ARGS((int, int*));
@@ -122,7 +122,7 @@ extern _G_pid_t getppid _G_ARGS((void));
extern char* getlogin _G_ARGS((void));
extern char* getpass _G_ARGS((const char*));
extern _G_uid_t getuid _G_ARGS((void));
-#ifndef __386BSD__
+#ifndef __NetBSD__
extern int ioctl (int, int, ... );
#else
extern int ioctl (int, unsigned long, ... );
@@ -138,7 +138,7 @@ extern int pipe _G_ARGS((int*));
extern int readlink _G_ARGS((const char*, char*, int));
extern int rename _G_ARGS((const char*, const char*));
extern int rmdir _G_ARGS((const char*));
-#if defined( __OSF1__ ) || defined (__386BSD__)
+#if defined( __OSF1__ ) || defined (__NetBSD__)
extern char* sbrk _G_ARGS((int));
#else
extern void* sbrk _G_ARGS((int));
@@ -150,7 +150,7 @@ extern int sethostname _G_ARGS((const char*, int));
extern _G_pid_t setpgrp _G_ARGS((void));
extern _G_pid_t setsid _G_ARGS((void));
#else
-#ifndef __386BSD__
+#ifndef __NetBSD__
extern _G_pid_t setpgrp _G_ARGS((_G_pid_t, _G_pid_t));
#else
extern _G_pid_t setsid _G_ARGS((void));
@@ -169,7 +169,7 @@ extern char* ttyname _G_ARGS((int));
extern int ttyslot _G_ARGS((void));
//extern int umask _G_ARGS((int)); /* commented out for now; wrong for SunOs4.1 */
extern int unlink _G_ARGS((const char*));
-#ifndef __386BSD__
+#ifndef __NetBSD__
extern _G_pid_t vfork _G_ARGS((void));
#else
extern int vfork _G_ARGS((void));