[movitz-cvs] CVS update: movitz/losp/lib/net/ip4.lisp

Frode Vatvedt Fjeld ffjeld at common-lisp.net
Thu Nov 25 15:06:04 UTC 2004


Update of /project/movitz/cvsroot/movitz/losp/lib/net
In directory common-lisp.net:/tmp/cvs-serv5975

Modified Files:
	ip4.lisp 
Log Message:
*** empty log message ***
Date: Thu Nov 25 16:06:03 2004
Author: ffjeld

Index: movitz/losp/lib/net/ip4.lisp
diff -u movitz/losp/lib/net/ip4.lisp:1.14 movitz/losp/lib/net/ip4.lisp:1.15
--- movitz/losp/lib/net/ip4.lisp:1.14	Wed Nov 24 18:28:01 2004
+++ movitz/losp/lib/net/ip4.lisp	Thu Nov 25 16:06:02 2004
@@ -10,7 +10,7 @@
 ;;;; Author:        Frode Vatvedt Fjeld <frodef at acm.org>
 ;;;; Created at:    Wed Apr 30 13:52:57 2003
 ;;;;                
-;;;; $Id: ip4.lisp,v 1.14 2004/11/24 17:28:01 ffjeld Exp $
+;;;; $Id: ip4.lisp,v 1.15 2004/11/25 15:06:02 ffjeld Exp $
 ;;;;                
 ;;;;------------------------------------------------------------------
 
@@ -492,8 +492,9 @@
   (unless *ip4-router*
     (setf *ip4-router* (ip4-address :129.242.16.1)))
   ;; This is to announce our presence on the LAN..
-  (polling-arp *ip4-router* (lambda ()
-			      (eql #\esc (muerte.x86-pc.keyboard:poll-char))))
+  (assert (polling-arp *ip4-router* (lambda ()
+				      (eql #\esc (muerte.x86-pc.keyboard:poll-char))))
+      () "Unable to resolve ~/ip4:pprint-ip4/ by ARP." *ip4-router*)
   (values *ip4-nic* *ip4-ip*))
 
 (defun ip4-test ()





More information about the Movitz-cvs mailing list