X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/20b9980fe7118385b759e6a9022f7207469b6be1..7ac48069b111a991ee5975cb6088c4563b57b670:/gen/directory.pc diff --git a/gen/directory.pc b/gen/directory.pc index 910c8072..b34623c0 100644 --- a/gen/directory.pc +++ b/gen/directory.pc @@ -1,22 +1,25 @@ -/* $Header$ +/* $Id$ * * This generates a master /etc/passwd containing all active (status != 0) * accounts. * - * (c) Copyright 1988, 1990 by the Massachusetts Institute of Technology. - * For copying and distribution information, please see the file - * . + * Copyright (C) 1998 by the Massachusetts Institute of Technology. + * For copying and distribution information, please see the file + * . */ #include -#include #include -#include + #include -#include + +#include +#include + EXEC SQL INCLUDE sqlca; -extern int errno; +RCSID("$Header$"); + char *whoami = "directory.gen"; char *db = "moira/moira";