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/rawrec/files/patch-main.c | |
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/rawrec/files/patch-main.c')
-rw-r--r-- | audio/rawrec/files/patch-main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/rawrec/files/patch-main.c b/audio/rawrec/files/patch-main.c index f6db5853685a..21fb45387f3e 100644 --- a/audio/rawrec/files/patch-main.c +++ b/audio/rawrec/files/patch-main.c @@ -1,5 +1,5 @@ ---- main.c.orig 2006-01-22 03:40:17.000000000 +0100 -+++ main.c 2014-12-07 19:14:39.778784753 +0100 +--- main.c.orig 2006-01-22 02:40:17 UTC ++++ main.c @@ -14,6 +14,12 @@ #include "rawrec.h" @@ -13,7 +13,7 @@ int main(int argc, char *argv[]) { /* Action for ignoring signals we don't want to deal with. */ -@@ -118,6 +124,7 @@ +@@ -118,6 +124,7 @@ int main(int argc, char *argv[]) strncpy(cnst_dflt_format, "s16_le", (size_t) (MAX_FORMAT_STRING_LENGTH + 1)); /* at the moment, this application goes with the default for most signals */ |