Date: Wed, 3 Apr 1996 14:49:17 -0800 (PST) From: Sean Eric Fagan <sef> To: CVS-committers, cvs-all, cvs-share, cvs-usrsbin Subject: cvs commit: src/usr.sbin/lpr/common_source common.c lp.h src/share/man/man5 printcap.5 src/usr.sbin/lpr/lpd modes.c Makefile printjob.c Message-ID: <199604032249.OAA29909@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sef 96/04/03 14:49:16 Modified: share/man/man5 printcap.5 Log: printcap.5: Remove fs,fc,xs,xc capability, and replace them with the ms capability Reviewed by: rgrimes, joerg Revision Changes Path 1.2 +3 -5 src/share/man/man5/printcap.5 Modified: usr.sbin/lpr/common_source common.c lp.h Log: Remove definitions and declarations for FS, FC, XS, XC variables, and replace them with MS char* variable. Reviewed by: rgrimes, joerg Revision Changes Path 1.3 +1 -4 src/usr.sbin/lpr/common_source/common.c 1.2 +1 -4 src/usr.sbin/lpr/common_source/lp.h Modified: usr.sbin/lpr/lpd Makefile printjob.c Added: usr.sbin/lpr/lpd modes.c Log: Makefile: Add new modes.c file to list of objects. printjob.c: Use termios instead of sgtty structs and ioctls; remove support for fs/fc/xs/xc capabilities, and replace them with the ms capability (stty-like words, instead of octal bit patterns). modes.c: Modified from stty's file, parses comma-seperated list of tty modes (e.g., "cs8,-paren,-opost"). Reviewed by: rgrimes, joerg Revision Changes Path 1.3 +1 -1 src/usr.sbin/lpr/lpd/Makefile 1.7 +16 -28 src/usr.sbin/lpr/lpd/printjob.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604032249.OAA29909>