diff options
| author | Garance A Drosehn <gad@FreeBSD.org> | 2003-07-14 20:17:55 +0000 |
|---|---|---|
| committer | Garance A Drosehn <gad@FreeBSD.org> | 2003-07-14 20:17:55 +0000 |
| commit | 1ef420f7f430e17af4d4bc0c57a1a232fe824771 (patch) | |
| tree | ba5426f8f1cd6505e8a823f778e3154f7a9ead04 | |
| parent | 5c8ea6280c30e3d6ff7e44eeb6a6b284648544d3 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/lpr/common_source/printcap.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/lpr/common_source/printcap.c b/usr.sbin/lpr/common_source/printcap.c index f18470d68d36..0d3644b1b795 100644 --- a/usr.sbin/lpr/common_source/printcap.c +++ b/usr.sbin/lpr/common_source/printcap.c @@ -34,10 +34,14 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * From: @(#)common.c 8.5 (Berkeley) 4/28/95 */ +#if 0 +#ifndef lint +static char sccsid[] = "@(#)printcap.c 8.2 (Berkeley) 4/28/95"; +#endif /* not lint */ +#endif + #include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */ __FBSDID("$FreeBSD$"); |
