freebsd-ports/biology/iolib/files/patch-progs-scramble.c
Frederic Culot ec91efa233 - Update to 1.13.0
- Improve COMMENT (remove leading article, add missing space)
- Remove unneeded BSD license file
- Trim Makefile's header
- Pet portlint (move LICENSE section earlier, change tab to space in WWW link)

Changes:	http://sourceforge.net/p/staden/news/2013/03/iolib-1130-released/
2013-04-30 15:41:49 +00:00

7 lines
218 B
C

--- progs/scramble.c.orig 2013-04-30 08:28:30.000000000 -0400
+++ progs/scramble.c 2013-04-30 08:28:43.000000000 -0400
@@ -1,3 +1,4 @@
+#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>