]> code.delx.au - gnu-emacs/blobdiff - lisp/net/net-utils.el
Remove support for IRIX
[gnu-emacs] / lisp / net / net-utils.el
index 8029e2ca70a17115426ef14b2ce4cae7eebadb4f..b13bece391206d6b82e896cfb7565d31652f3ebd 100644 (file)
@@ -79,7 +79,7 @@
 ;; On GNU/Linux and Irix, the system's ping program seems to send packets
 ;; indefinitely unless told otherwise
 (defcustom ping-program-options
-  (and (memq system-type '(gnu/linux irix))
+  (and (eq system-type 'gnu/linux)
        (list "-c" "4"))
   "Options for the ping program.
 These options can be used to limit how many ICMP packets are emitted."