From b8bf92b9710868abcfdd3e0765a7ad0fb5f76af9 Mon Sep 17 00:00:00 2001 From: "James E. Housley" Date: Wed, 11 Aug 2004 01:30:57 +0000 Subject: [PATCH] * Remove the last of the delecrations that were also in * Bump PORTREVISION --- emulators/sim6811/Makefile | 2 +- emulators/sim6811/files/patch-ac | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/emulators/sim6811/Makefile b/emulators/sim6811/Makefile index 99464ad655c2..45b5d70b60ce 100644 --- a/emulators/sim6811/Makefile +++ b/emulators/sim6811/Makefile @@ -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 diff --git a/emulators/sim6811/files/patch-ac b/emulators/sim6811/files/patch-ac index 53ec9652e011..4553b0f45d3c 100644 --- a/emulators/sim6811/files/patch-ac +++ b/emulators/sim6811/files/patch-ac @@ -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 #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);