1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

* Remove the last of the delecrations that were also in <stdio.h>

* Bump PORTREVISION
This commit is contained in:
James E. Housley 2004-08-11 01:30:57 +00:00
parent 461f3c5adb
commit b8bf92b971
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115882
2 changed files with 11 additions and 9 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= sim6811
PORTVERSION= 1.6
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= ftp://crl.nmsu.edu/pub/non-lexical/6811/
DISTNAME= sim

View File

@ -1,18 +1,20 @@
--- main.c.orig Tue Mar 22 14:16:59 1994
+++ main.c Thu Oct 16 10:06:27 2003
@@ -70,11 +70,8 @@
--- main.c.orig Tue Mar 22 17:16:59 1994
+++ main.c Tue Aug 10 21:28:07 2004
@@ -70,13 +70,6 @@
#include <ctype.h>
#include "sim.h"
-extern int printf();
-extern int fprintf();
extern int fclose();
extern int fscanf();
-extern int fclose();
-extern int fscanf();
-extern int sscanf();
extern int fflush();
-extern int fflush();
-
/* how to handle all other op codes */
@@ -323,19 +320,7 @@
void bad_op(m6811 state)
{
@@ -323,19 +316,7 @@
case '?': /* help */
(void) fgets(line, sizeof(line), stdin);