1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

I forgot to remove this file for 3.6.3.

This commit is contained in:
Yukihiro Nakai 2000-12-06 08:27:37 +00:00
parent 14294f1f36
commit c8832739b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35708
2 changed files with 0 additions and 22 deletions

View File

@ -1,11 +0,0 @@
--- libs/alpha_header.h.orig Sat Sep 18 17:57:24 1999
+++ libs/alpha_header.h Sat Sep 18 17:58:58 1999
@@ -12,6 +12,8 @@
extern size_t strlen (char *);
#endif
+#ifndef __FreeBSD__
extern void bzero (char *, int);
+#endif
extern int gethostname (char *, int);
/**************************************************************************/

View File

@ -1,11 +0,0 @@
--- libs/alpha_header.h.orig Sat Sep 18 17:57:24 1999
+++ libs/alpha_header.h Sat Sep 18 17:58:58 1999
@@ -12,6 +12,8 @@
extern size_t strlen (char *);
#endif
+#ifndef __FreeBSD__
extern void bzero (char *, int);
+#endif
extern int gethostname (char *, int);
/**************************************************************************/