head	1.3;
access;
symbols
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.2
	RELEASE_2_2_5:1.2
	RELEASE_2_2_1:1.2
	RELEASE_2_2_2:1.2;
locks; strict;
comment	@# @;


1.3
date	2004.04.11.01.45.12;	author kris;	state dead;
branches;
next	1.2;

1.2
date	96.04.11.09.07.27;	author asami;	state Exp;
branches;
next	1.1;

1.1
date	95.12.05.05.13.09;	author ache;	state Exp;
branches;
next	;


desc
@@


1.3
log
@As announced 2 months ago, remove these deprecated or broken ports.
@
text
@--- ./src/gui.c.org	Tue Apr  9 21:47:32 1996
+++ ./src/gui.c	Tue Apr  9 22:01:26 1996
@@@@ -3623,7 +3623,7 @@@@
     return 0;
   else 
     {
-{char ans[10]; printf("Press RETURN\n"); gets(ans);}
+{char ans[10]; printf("Press RETURN\n"); fgets(ans, sizeof(ans), stdin);}
       /* All other errors are 'fatal'. */
       XGetErrorText (dsp, event->error_code, buf, 128);
       fprintf (stderr, "X Error: %s\n", buf);
@


1.2
log
@Upgrade, 2.7b2 -> 2.7b4.  Also make it conform to Motif standard here.
@
text
@@


1.1
log
@Upgrade to 2.7b2, support PNG images now
@
text
@d1 11
a11 19
*** src/gui.c.bak	Wed Oct 25 10:39:53 1995
--- src/gui.c	Tue Dec  5 07:33:41 1995
***************
*** 2495,2501 ****
      return 0;
    else 
      {
! {char ans[10]; gets(ans);}
        /* All other errors are 'fatal'. */
        XGetErrorText (dsp, event->error_code, buf, 128);
        fprintf (stderr, "X Error: %s\n", buf);
--- 2495,2501 ----
      return 0;
    else 
      {
! {char ans[10]; fgets(ans, sizeof(ans), stdin);}
        /* All other errors are 'fatal'. */
        XGetErrorText (dsp, event->error_code, buf, 128);
        fprintf (stderr, "X Error: %s\n", buf);
@
