mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
243 B
C
11 lines
243 B
C
--- src/riff.c.orig 1998-11-08 23:22:55 UTC
|
|
+++ src/riff.c
|
|
@@ -33,7 +33,7 @@
|
|
|
|
#ifdef linux
|
|
#include <endian.h>
|
|
-#elif defined (FreeBSD)
|
|
+#elif defined (__FreeBSD__)
|
|
#include <machine/endian.h>
|
|
#elif defined (sgi)
|
|
#include <sys/endian.h>
|