Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/lua/gpio Add NetBSD CVS marker, remove some whitespace.
details: https://anonhg.NetBSD.org/src/rev/1f38975514e7
branches: trunk
changeset: 770213:1f38975514e7
user: mbalmer <mbalmer%NetBSD.org@localhost>
date: Sat Oct 08 08:46:40 2011 +0000
description:
Add NetBSD CVS marker, remove some whitespace.
diffstat:
lib/lua/gpio/gpio.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (33 lines):
diff -r ab4911180ccd -r 1f38975514e7 lib/lua/gpio/gpio.c
--- a/lib/lua/gpio/gpio.c Sat Oct 08 08:45:37 2011 +0000
+++ b/lib/lua/gpio/gpio.c Sat Oct 08 08:46:40 2011 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: gpio.c,v 1.2 2011/10/08 08:46:40 mbalmer Exp $ */
+
/*
* Copyright (c) 2011 Marc Balmer <marc%msys.ch@localhost>
* All rights reserved.
@@ -185,7 +187,6 @@
return 1;
}
-
static int
gpio_toggle(lua_State *L)
{
@@ -201,7 +202,6 @@
return 1;
}
-
static int
gpio_attach(lua_State *L)
{
@@ -224,7 +224,6 @@
return 0;
}
-
static int
gpio_pulse(lua_State *L)
{
Home |
Main Index |
Thread Index |
Old Index