head	1.2;
access;
symbols
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.01.31.22.37.39;	author maho;	state dead;
branches;
next	1.1;

1.1
date	2001.02.10.19.38.19;	author sf;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Delete biology/gaussian98. Maintain is too hard and
gray in license
@
text
@--- bsd/mdutil.c.orig	Fri Jun 11 01:44:58 1999
+++ bsd/mdutil.c	Sun Dec 10 20:01:51 2000
@@@@ -1362,6 +1362,11 @@@@
 #ifndef i386
   char *sbrk();
 #endif
+
+#ifdef __FreeBSD__
+  char *sbrk();
+#endif
+
   lenbuf = (char *) sbrk(0) - end;
 #endif
   ifd = (int) *fd;
@@@@ -2610,6 +2615,8 @@@@
 #endif
 
 #ifdef i386
+f77_int wait_() { return(wait()); }
+f77_int fork_() { return(fork()); }
 f77_int loc_ (r) f77_wp *r; {return (f77_int) r; }
 
 f77_int time_ () { return((f77_int) time((time_t *) NULL)); }
@@@@ -2637,7 +2644,12 @@@@
   offset_type n;
 #ifdef DO_SHM
   int shmflags = 0;
+#ifndef __FreeBSD__
   void *brkadr, *sbrk();
+#else
+  void *brkadr;
+  char *sbrk();
+#endif
   key_t shmkey;
 #ifndef IBM_RS6K
 #ifndef sgi
@


1.1
log
@add gaussian98, an ab-initio molecular orbital calculation program.

PR:             23577
Submitted by:   NAKATA, Maho <chat95@@mbox.kyoto-inet.or.jp>
@
text
@@

