From owner-cvs-include Mon Sep 19 18:12:11 1994 Return-Path: cvs-include-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.8/8.6.6) id SAA26776 for cvs-include-outgoing; Mon, 19 Sep 1994 18:12:11 -0700 Received: (from wollman@localhost) by freefall.cdrom.com (8.6.8/8.6.6) id SAA26766; Mon, 19 Sep 1994 18:12:06 -0700 Date: Mon, 19 Sep 1994 18:12:06 -0700 From: "Garrett A. Wollman" Message-Id: <199409200112.SAA26766@freefall.cdrom.com> To: ache, adam, alm, ats, bde, csgr, cvs-include, davidg, dfr, dyson, gclarkii, gpalmer, guido, hsu, jkh, joerg, julian, jvh, karl, martin, nate, paul, phk, proven, pst, rgrimes, rich, se, sean, sef, smace, sos, swallace, torstenb, wollman Subject: cvs commit: src/include pwd.h Sender: cvs-include-owner@freefall.cdrom.com Precedence: bulk wollman 94/09/19 18:12:05 Modified: include pwd.h Log: Add a new field to the passwd structure, indicating which of the fields have something in them, and which ones were left blank. This will be used for YP support in a few minutes, and for user login classes if anyone cares to implement them.