mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
8520c470d7
implementation of the Java Communications API. Native interface to serial ports in Java. PR: 65396 Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> Reviewed by: glewis Approved by: glewis (mentor)
14 lines
335 B
C
14 lines
335 B
C
$FreeBSD$
|
|
|
|
--- src/SerialImp.h.orig Sat Apr 24 23:31:27 2004
|
|
+++ src/SerialImp.h Sat Apr 24 23:31:38 2004
|
|
@@ -126,7 +126,7 @@
|
|
#endif /* __sgi__ || sgi */
|
|
#if defined(__FreeBSD__)
|
|
# define DEVICEDIR "/dev/"
|
|
-# define LOCKDIR "/var/spool/uucp"
|
|
+# define LOCKDIR "/var/spool/lock"
|
|
# define LOCKFILEPREFIX "LK."
|
|
# define UUCP
|
|
#endif
|