mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
278 B
C
11 lines
278 B
C
--- common.c.orig 1996-06-01 12:20:19 UTC
|
|
+++ common.c
|
|
@@ -24,7 +24,7 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
-#if defined(SOLARIS) || defined(__WIN32__)
|
|
+#if defined(SOLARIS) || defined(__WIN32__) || defined(__FreeBSD__)
|
|
#include <string.h>
|
|
#else
|
|
#include <strings.h>
|