Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/etc
Elad Efrat <elad%netbsd.org@localhost> writes:
> Module Name: src
> Committed By: elad
> Date: Sun Oct 8 14:30:26 UTC 2006
>
> Modified Files:
> src/etc: services
>
> Log Message:
> PR/33029: Frank Kardel: /etc/services not up to date?
>
> We probably won't be synchronizing with the IANA list (which is above 14k
> lines), but would rather add the services <1024.
Don't we have support for a DBified services table now? That would
make the size less of an issue.
--
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l)))))) (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k))))))) '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))
Home |
Main Index |
Thread Index |
Old Index