peter 2003/10/25 20:01:24 PDT
FreeBSD src repository
Modified files:
usr.sbin/lpr/common_source rmjob.c
Log:
Fix a warning about mismatched pointers. A pointer to "void *" is not the
same as a pointer to "char *". Tell the compiler this is ok.
Revision Changes Path
1.20 +1 -1 src/usr.sbin/lpr/common_source/rmjob.c