OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Tobias Stoeckmann (tobiascvs.openbsd.org)
Date: Mon Feb 04 2008 - 12:23:58 CST


CVSROOT: /cvs
Module name: src
Changes by: tobiascvs.openbsd.org 2008/02/04 11:23:58

Modified files:
        usr.bin/cvs : add.c cvs.h entries.c file.c update.c util.c
                         util.h

Log message:
Stripped off 'nb', which was (or was supposed to be) used to distinguish
between a named branch and a revision number supplied by -r. This can
be done easier in cvs_write_tagfile directly.

OK joris