DragonFly BSD
DragonFly commits List (threaded) for 2003-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/vfs/fifofs fifo_vnops.c


From: Robert Garrett <rob@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 3 Sep 2003 16:51:48 -0700 (PDT)

rob         2003/09/03 16:51:48 PDT

  Modified files:
    sys/vfs/fifofs       fifo_vnops.c 
  Log:
  I am not certain but I believe this is what was intended, this I do know
  it fixes the generic kernel build.
  
  basically changed
  
  -       events = ap_events &
  +       events = ap->a_events &
  
  Revision  Changes    Path
  1.10      +2 -2      src/sys/vfs/fifofs/fifo_vnops.c




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]