1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/astro/xworld/files/patch-pad.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

11 lines
208 B
C

--- pad.c.orig 1999-07-28 13:31:27 UTC
+++ pad.c
@@ -35,6 +35,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <stdio.h>
+#include <stdlib.h>
#define roundup(x, y) ((((x)+((y)-1))/(y))*(y))