summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.ypupdated/yp_dbdelete.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-10-13 11:22:39 +0000
committercharnier <charnier@FreeBSD.org>1997-10-13 11:22:39 +0000
commit8459f389a168bc4c5109f83e755a73813f58b8bb (patch)
tree34d312378554ef5de4d8763fd35100eb424ff996 /usr.sbin/rpc.ypupdated/yp_dbdelete.c
parent67de6ed0a2d20541b0f95abf9e5e36e1b8d32de4 (diff)
downloadFreeBSD-src-8459f389a168bc4c5109f83e755a73813f58b8bb.zip
FreeBSD-src-8459f389a168bc4c5109f83e755a73813f58b8bb.tar.gz
Use err(3). Remove multiply defined Id string.
Diffstat (limited to 'usr.sbin/rpc.ypupdated/yp_dbdelete.c')
-rw-r--r--usr.sbin/rpc.ypupdated/yp_dbdelete.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/usr.sbin/rpc.ypupdated/yp_dbdelete.c b/usr.sbin/rpc.ypupdated/yp_dbdelete.c
index 622b445..304db74 100644
--- a/usr.sbin/rpc.ypupdated/yp_dbdelete.c
+++ b/usr.sbin/rpc.ypupdated/yp_dbdelete.c
@@ -28,10 +28,13 @@
* 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.
- *
- * $Id: yp_dbdelete.c,v 1.1 1996/12/26 05:43:03 wpaul Exp wpaul $
- *
*/
+
+#ifndef lint
+static const char rcsid[] =
+ "$Id$";
+#endif /* not lint */
+
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
@@ -45,10 +48,6 @@
#include <rpcsvc/yp.h>
#include "ypxfr_extern.h"
-#ifndef lint
-static const char rcsid[] = "$Id: yp_dbdelete.c,v 1.1 1996/12/26 05:43:03 wpaul Exp wpaul $";
-#endif
-
int yp_del_record(dbp,key)
DB *dbp;
DBT *key;
OpenPOWER on IntegriCloud