mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
ae8997725c
- Remove outdated files - Quiet some warnings PR: 121445 Submitted by: Jonathan Hanna <jhanna@shaw.ca> (maintainer)
12 lines
277 B
C
12 lines
277 B
C
--- exjdxgen.c.orig 1998-05-24 08:43:37.000000000 -0700
|
|
+++ exjdxgen.c 2008-03-06 11:39:23.000000000 -0800
|
|
@@ -22,7 +22,7 @@
|
|
#include <sys/stat.h>
|
|
|
|
#include <stdio.h>
|
|
-/*#include <stdlib.h>*/
|
|
+#include <stdlib.h>
|
|
#include <ctype.h>
|
|
#include <string.h>
|
|
#include "xjdic.h"
|