summaryrefslogtreecommitdiffstats
path: root/main/glib/atoi.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/glib/atoi.c')
-rw-r--r--main/glib/atoi.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/main/glib/atoi.c b/main/glib/atoi.c
index d3ecc0a..9588539 100644
--- a/main/glib/atoi.c
+++ b/main/glib/atoi.c
@@ -30,8 +30,16 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * Modified (removed locale) for use in Micromonitor
*/
+#if defined(LIBC_SCCS) && !defined(lint)
+static char sccsid[] = "@(#)atoi.c 8.1 (Berkeley) 6/4/93";
+#endif /* LIBC_SCCS and not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <stdlib.h>
int