svn commit: r318831 - head/audio/yell/files
Emanuel Haupt
ehaupt at FreeBSD.org
Thu May 23 03:02:25 UTC 2013
Author: ehaupt
Date: Thu May 23 03:02:24 2013
New Revision: 318831
URL: http://svnweb.freebsd.org/changeset/ports/318831
Log:
Get rid of a compiler warning.
Added:
head/audio/yell/files/
head/audio/yell/files/patch-yell.c (contents, props changed)
Added: head/audio/yell/files/patch-yell.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/yell/files/patch-yell.c Thu May 23 03:02:24 2013 (r318831)
@@ -0,0 +1,9 @@
+--- ./yell.c.orig 2013-05-23 04:57:00.948543624 +0200
++++ ./yell.c 2013-05-23 04:57:26.400583853 +0200
+@@ -1,5 +1,6 @@
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <unistd.h>
+ #include <fcntl.h>
+ #include <dev/speaker/speaker.h>
+ #include <string.h>
More information about the svn-ports-head
mailing list