freebsd-ports/audio/yell/files/patch-yell.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

9 lines
204 B
C

--- yell.c.orig 2011-03-31 15:21:37 UTC
+++ yell.c
@@ -1,5 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#include <fcntl.h>
#include <dev/speaker/speaker.h>
#include <string.h>