1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/french/aster/files/patch-bibc::utilitai::memjob.c
Oliver Lehmann 2136cff789 Add aster 7.1, analyse des structures et thermo-mécanique.
EDF R&D has developed for twelve years a numerical simulation software
	for structural analysis, Code_Aster. Widely used for the expertise and
	maintenance of power plants and electrical networks, this tool covers
	a wide range of applications today: thermal and mechanical analysis -
	3D linear or non linear, static or dynamic analysis pressure vessels -
	machines - civil engineering - porous media. (From the press release).

	This application is in french, but there exists a translated GUI
	(see the port cad/astk-client).

PR:		54766
Submitted by:	thierry@pompo.net
2003-07-25 17:27:33 +00:00

15 lines
465 B
C

--- bibc/utilitai/memjob.c.orig Wed Apr 23 11:41:04 2003
+++ bibc/utilitai/memjob.c Tue Jul 1 22:37:31 2003
@@ -20,9 +20,9 @@
extern char g_memory[];
#include <string.h>
#include <stdio.h>
-#if defined SOLARIS || IRIX || P_LINUX || TRU64 || SOLARIS64
-#include <sys/resource.h>
+#if defined SOLARIS || IRIX || P_LINUX || TRU64 || SOLARIS64
#include <sys/time.h>
+#include <sys/resource.h>
long memjob_(void)
#elif defined HPUX
#include <sys/resource.h>