1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/cad/pisces/files/patch-bb
Ade Lovett 51e78bed9c Add PISCES, a two-dimensional device simulator which includes
models for surface mobility, impact ionization and photo-generation.
Quasi-three-dimensional simulation of cylindrically-symmetric devices is
also supported.

PR:		14686
Submitted by:	Gianlorenzo Masini <masini@uniroma3.it>
2000-05-03 14:59:53 +00:00

13 lines
336 B
Plaintext

*** library/plotcap/9016/gplot/pg_erset.c.orig Mon Jan 18 16:27:21 1999
--- library/plotcap/9016/gplot/pg_erset.c Mon Jan 18 16:28:43 1999
***************
*** 149,153 ****
--- 149,155 ----
perror("\t") ;
#else
+ #ifndef __FreeBSD__
extern char *sys_errlist[] ;
+ #endif
pr(stderr," [%s]", sys_errlist[syseno] ) ;
#endif