mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
51e78bed9c
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>
13 lines
336 B
Plaintext
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
|