Module Name: src Committed By: andvar Date: Sat May 13 11:48:19 UTC 2023
Modified Files: src/usr.sbin/lpr/common_source: common.c Log Message: change a typo in sizeof(struct queueue *) to sizeof(nqueue[0]) riastradh recommends using array[0] instead of pointer. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/usr.sbin/lpr/common_source/common.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.