diff options
author | praks <none@none> | 2007-07-31 11:47:23 -0700 |
---|---|---|
committer | praks <none@none> | 2007-07-31 11:47:23 -0700 |
commit | 31ceb98b622e1a310256f4c4a1472beb92046db3 (patch) | |
tree | 4a2a05b4c17a361256d89e7f25e2823a61cebfc9 /usr/src/uts/sparc/portfs | |
parent | 699bceb8d4ff29f35719c611605a58400018dd5e (diff) | |
download | illumos-gate-31ceb98b622e1a310256f4c4a1472beb92046db3.tar.gz |
PSARC/2007/027 File Events Notification API
6367770 RFE: add userland interface to fem (file event monitoring)
Diffstat (limited to 'usr/src/uts/sparc/portfs')
-rw-r--r-- | usr/src/uts/sparc/portfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/sparc/portfs/Makefile b/usr/src/uts/sparc/portfs/Makefile index a15476eada..b08d2828e5 100644 --- a/usr/src/uts/sparc/portfs/Makefile +++ b/usr/src/uts/sparc/portfs/Makefile @@ -20,7 +20,7 @@ # # # uts/sparc/portfs/Makefile -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # #ident "%Z%%M% %I% %E% SMI" @@ -35,7 +35,7 @@ # UTSBASE = ../.. -PORTFS_OBJS += port.o port_vnops.o port_fd.o +PORTFS_OBJS += port.o port_vnops.o port_fd.o port_fop.o # # Define the module and object file sets. |