Source-Changes-HG archive

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

[src/trunk]: src/sys/fs/autofs Include <sys/atomic.h> for the atomic funtions...



details:   https://anonhg.NetBSD.org/src/rev/7ce3a186e72a
branches:  trunk
changeset: 358604:7ce3a186e72a
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Jan 09 13:56:00 2018 +0000

description:
Include <sys/atomic.h> for the atomic funtions used in here.

diffstat:

 sys/fs/autofs/autofs.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 683185baf5de -r 7ce3a186e72a sys/fs/autofs/autofs.c
--- a/sys/fs/autofs/autofs.c    Tue Jan 09 10:47:57 2018 +0000
+++ b/sys/fs/autofs/autofs.c    Tue Jan 09 13:56:00 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autofs.c,v 1.1 2018/01/09 03:31:14 christos Exp $      */
+/*     $NetBSD: autofs.c,v 1.2 2018/01/09 13:56:00 martin Exp $        */
 
 /*-
  * Copyright (c) 2017 The NetBSD Foundation, Inc.
@@ -68,10 +68,11 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autofs.c,v 1.1 2018/01/09 03:31:14 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autofs.c,v 1.2 2018/01/09 13:56:00 martin Exp $");
 
 #include "autofs.h"
 
+#include <sys/atomic.h>
 #include <sys/queue.h>
 #include <sys/signalvar.h>
 



Home | Main Index | Thread Index | Old Index