* Warn that a system table is full. */
| 157 | * Warn that a system table is full. |
| 158 | */ |
| 159 | void |
| 160 | tablefull(const char *tab) |
| 161 | { |
| 162 | |
| 163 | log(LOG_ERR, "%s: table is full\n", tab); |
| 164 | } |
| 165 | |
| 166 | /* |
| 167 | * Uprintf prints to the controlling terminal for the current process. |