1
0
Files
2022-09-29 17:59:04 +03:00

32 lines
1.0 KiB
Plaintext

**************************************************************************
* *
* Copyright (C) 1994, Silicon Graphics, Inc. *
* *
* These coded instructions, statements, and computer programs contain *
* unpublished proprietary information of Silicon Graphics, Inc., and *
* are protected by Federal copyright law. They may not be disclosed *
* to third parties or copied or duplicated in any form, in whole or *
* in part, without the prior written consent of Silicon Graphics, Inc. *
* *
**************************************************************************
*#ident "$Revision: 1.4 $"
*
* LOCKD
*
*FLAG PREFIX SOFT #DEV DEPENDENCIES
nox lockd_ - - bsd,nfs,svckudp
start_lockd(){}
stop_lockd(){}
lockd_dispatch(){nopkg}
klm_shutdown(){}
klm_lockctl(){nopkg}
record_remote_name(){nopkg}
$$$
#include "sys/types.h"
int lockd_initial_count = 0; /* initial daemons started by user */
int lockd_count = 0; /* number of lock daemons */
time_t lockd_start_time = 0;