Changeset cbd1e87 in rtems for cpukit/libmisc/shell/login_check.c
- Timestamp:
- Apr 14, 2009, 8:50:03 AM (12 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- 7dad664
- Parents:
- 1cb5aa14
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/shell/login_check.c
r1cb5aa14 rcbd1e87 1 1 /** 2 2 * @file 3 *4 * @author Sebastian Huber <sebastian.huber@embedded-brains.de>5 3 * 6 4 * @brief Shell login check function. … … 8 6 9 7 /* 10 * Copyright (c) 2009 11 * Embedded Brains GmbH 8 * Copyright (c) 2009 embedded brains GmbH and others. 9 * 10 * embedded brains GmbH 12 11 * Obere Lagerstr. 30 13 12 * D-82178 Puchheim 14 13 * Germany 15 * rtems@embedded-brains.de14 * <rtems@embedded-brains.de> 16 15 * 17 * Based on work from Chris Johns, Fernando Ruiz and Till Straumann. 16 * Based on work from Chris Johns and Fernando Ruiz. 17 * 18 * Derived from file "cpukit/libmisc/shell/shell.c". 18 19 * 19 20 * The license and distribution terms for this file may be … … 26 27 #include <pwd.h> 27 28 28 #include <rtems/login.h>29 29 #include <rtems/shell.h> 30 30 #include <rtems/userenv.h>
Note: See TracChangeset
for help on using the changeset viewer.