mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
14fd2072a9
by the port. Also cleanup all warning messages when compiling with -Wall. PR: 17035 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@linf.unb.br>
11 lines
311 B
Plaintext
11 lines
311 B
Plaintext
diff -ruN /usr/ports/www/ijb/work/ijb20/loaders.h ./loaders.h
|
|
--- /usr/ports/www/ijb/work/ijb20/loaders.h Wed Dec 31 21:00:00 1969
|
|
+++ ./loaders.h Mon Feb 28 02:22:47 2000
|
|
@@ -0,0 +1,6 @@
|
|
+#ifndef __LOADERS_H_INCLUDE__
|
|
+#define __LOADERS_H_INCLUDE__
|
|
+
|
|
+void * zalloc(int);
|
|
+
|
|
+#endif /* __LOADERS_H_INCLUDE__ */
|