diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/cdparanoia/files/patch-interface-utils.h | |
parent | MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff) |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'audio/cdparanoia/files/patch-interface-utils.h')
-rw-r--r-- | audio/cdparanoia/files/patch-interface-utils.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/audio/cdparanoia/files/patch-interface-utils.h b/audio/cdparanoia/files/patch-interface-utils.h deleted file mode 100644 index 49b0b57289c4..000000000000 --- a/audio/cdparanoia/files/patch-interface-utils.h +++ /dev/null @@ -1,18 +0,0 @@ -Index: interface/utils.h -=================================================================== -RCS file: /home/cvs/cdparanoia/interface/utils.h,v -retrieving revision 1.1.1.1 -retrieving revision 1.3 -diff -u -r1.1.1.1 -r1.3 ---- interface/utils.h 2003/01/05 09:46:26 1.1.1.1 -+++ interface/utils.h 2003/01/06 23:34:21 1.3 -@@ -1,4 +1,9 @@ -+#ifdef LINUX - #include <endian.h> -+#elif defined(__FreeBSD__) -+#include <machine/endian.h> -+#endif -+ - #include <stdio.h> - #include <errno.h> - #include <string.h> |