mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
7a50961592
in LOCAL_PORTS because those out on the 'net can't agree on the right size and include DOS executables and such. PR: 3407 Submitted by: Slaven Rezic <eserte@cs.tu-berlin.de>
20 lines
404 B
Plaintext
20 lines
404 B
Plaintext
*** formats.c.orig Tue Apr 15 01:07:37 1997
|
|
--- formats.c Tue Apr 15 01:33:15 1997
|
|
***************
|
|
*** 5,11 ****
|
|
#include <stdio.h>
|
|
#include <math.h>
|
|
#include <ctype.h>
|
|
! #ifdef VMS
|
|
#include <stdlib.h>
|
|
#endif
|
|
#include "astro.h"
|
|
--- 5,11 ----
|
|
#include <stdio.h>
|
|
#include <math.h>
|
|
#include <ctype.h>
|
|
! #if defined(VMS) || defined(unix)
|
|
#include <stdlib.h>
|
|
#endif
|
|
#include "astro.h"
|