git: kernel - minor flags coding change

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Aug 21 14:20:26 PDT 2010


commit 449728b3949a3b8485001411748bf4a6fe9cd877
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Aug 21 14:12:30 2010 -0700

    kernel - minor flags coding change
    
    * Use |= instead of =.  The related structure was bzero'd so the effect
      is the same but this reduces potential confusion.

Summary of changes:
 sys/kern/tty_pty.c     |    6 +++++-
 sys/kern/uipc_socket.c |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/449728b3949a3b8485001411748bf4a6fe9cd877


-- 
DragonFly BSD source repository





More information about the Commits mailing list