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/xcdplayer/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/xcdplayer/files/patch-main.c')
-rw-r--r-- | audio/xcdplayer/files/patch-main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/xcdplayer/files/patch-main.c b/audio/xcdplayer/files/patch-main.c index a7c1a7d5bc49..2d1f2b8870bc 100644 --- a/audio/xcdplayer/files/patch-main.c +++ b/audio/xcdplayer/files/patch-main.c @@ -1,5 +1,5 @@ ---- main.c.orig Tue Jan 12 19:59:36 1993 -+++ main.c Wed May 30 19:19:53 2007 +--- main.c.orig 1993-01-12 18:59:36 UTC ++++ main.c @@ -23,12 +23,15 @@ Widget top_form; @@ -18,7 +18,7 @@ chk_debug(argc, argv); -@@ -66,7 +69,7 @@ +@@ -66,7 +69,7 @@ chk_debug(argc, argv) /* ugly hack */ for (i = 1; i < argc; i++) { if (strcmp(argv[i], "-debug") == 0) { |