Skip to content
This repository has been archived by the owner on Aug 6, 2019. It is now read-only.

Commit

Permalink
4518 lockd: Cannot establish NLM service over <file desc. 9, protocol…
Browse files Browse the repository at this point in the history
… udp>

Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Reviewed by: Dan McDonald <danmcd@omniti.com>
Approved by: Dan McDonald <danmcd@omniti.com>
  • Loading branch information
mtelka authored and Dan McDonald committed Mar 28, 2015
1 parent 091932b commit 98573c1
Show file tree
Hide file tree
Showing 5 changed files with 308 additions and 300 deletions.
16 changes: 11 additions & 5 deletions usr/src/cmd/fs.d/nfs/statd/Makefile
Expand Up @@ -19,6 +19,11 @@
#
# CDDL HEADER END
#

#
# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
#

#
# Copyright 1990-2003 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
Expand All @@ -35,9 +40,10 @@ CERRWARN += -_gcc=-Wno-unused-variable
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-uninitialized

OBJS= sm_svc.o sm_proc.o sm_statd.o selfcheck.o
LOCAL= sm_svc.o sm_proc.o sm_statd.o
OBJS= $(LOCAL) selfcheck.o daemon.o

SRCS= sm_svc.c sm_proc.c sm_statd.c ../lib/selfcheck.c
SRCS= $(LOCAL:%.o=%.c) ../lib/selfcheck.c ../lib/daemon.c

LDLIBS += -lsocket -lrpcsvc -lnsl

Expand All @@ -49,10 +55,10 @@ $(TYPEPROG): $(OBJS)
selfcheck.o: ../lib/selfcheck.c
$(COMPILE.c) ../lib/selfcheck.c

daemon.o: ../lib/daemon.c
$(COMPILE.c) ../lib/daemon.c

lint: lint_SRCS

clean:
$(RM) $(OBJS) $(TYPEPROG)



0 comments on commit 98573c1

Please sign in to comment.