Module Name: src Committed By: mbalmer Date: Sat Oct 8 08:46:40 UTC 2011
Modified Files: src/lib/lua/gpio: gpio.c Log Message: Add NetBSD CVS marker, remove some whitespace. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/lua/gpio/gpio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/lua/gpio/gpio.c diff -u src/lib/lua/gpio/gpio.c:1.1 src/lib/lua/gpio/gpio.c:1.2 --- src/lib/lua/gpio/gpio.c:1.1 Fri Oct 7 21:14:19 2011 +++ src/lib/lua/gpio/gpio.c Sat Oct 8 08:46:40 2011 @@ -1,3 +1,5 @@ +/* $NetBSD: gpio.c,v 1.2 2011/10/08 08:46:40 mbalmer Exp $ */ + /* * Copyright (c) 2011 Marc Balmer <m...@msys.ch> * All rights reserved. @@ -185,7 +187,6 @@ gpio_write(lua_State *L) return 1; } - static int gpio_toggle(lua_State *L) { @@ -201,7 +202,6 @@ gpio_toggle(lua_State *L) return 1; } - static int gpio_attach(lua_State *L) { @@ -224,7 +224,6 @@ gpio_attach(lua_State *L) return 0; } - static int gpio_pulse(lua_State *L) {